net/http.connReader.conn (field)

8 uses

	net/http (current package)
		server.go#L663: 	conn    *conn      // conn is nil after handler exit.
		server.go#L684: 	cr.conn = nil
		server.go#L770: 	if cr.conn == nil {
		server.go#L773: 	cr.conn.cancelCtx()
		server.go#L774: 	if res := cr.conn.curReq.Load(); res != nil {
		server.go#L781: 	if cr.conn == nil {
		server.go#L786: 		hijacked := cr.conn.hijacked()
		server.go#L2016: 	c.r = &connReader{conn: c, rwc: c.rwc}